how to call method in different project in c# visual studio

71

how to call method in different project in c# visual studio -

public DataClasses1DataContext() :     base(global::WindowsFormsApplication1.Properties.Settings.Default.mediaBorshchConnectionString, mappingSource)
 { OnCreated(); }

Comments

Submit
0 Comments